Usage:  wallet create from-public-key 
         [--port INT] WALLET_NAME [--address-pool-gap INT]
         ACCOUNT_PUBLIC_KEY

  Create a wallet using a public account key.

Available options:
  -h,--help                Show this help text
  --port INT               port used for serving the wallet API.
                           (default: 8090)
  WALLET_NAME              Name of the wallet.
  --address-pool-gap INT   number of unused consecutive addresses
                           to keep track of. (default: 20)
  ACCOUNT_PUBLIC_KEY       64-byte (128-character) hex-encoded
                           public account key.
